home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 November: Tool Chest / Dev.CD Nov 94.toast / Sample Code / Snippets / Development Tools & Languages / MouseInfo 1.0.1 / READMEFIRST < prev    next >
Encoding:
Text File  |  1992-07-15  |  1.1 KB  |  31 lines  |  [TEXT/MPS ]

  1. MOUSEINFO - MacApp 3.0 Behavior sample
  2.  
  3. This sample shows how to make use of MacApp 3.0 Behaviors, how to create them,
  4. how behaviors could control window information, track events, and also spawn off
  5. other behaviors.
  6.  
  7. Suitable copy-paste jobs for this sample is for instance to take the mouse coordinate
  8. window and use it in any other graphical application. Another tempting idea is to 
  9. make this tracker window part of a debugging toolkit, because there are many times it's 
  10. neat to figure out the coordination values for a final product for future tinkering.
  11.  
  12. Yes, this code has copyright statements everywhere, because that's the way it works.
  13. I don't cry wolf however if someone 'recycles' the code, and if you use any bigger
  14. parts somewhere, it would be nice to be famous in your about box.
  15.  
  16.  
  17. Bug reports:
  18. There should be NIL bugs in this application, and if you find any, let me know:
  19. ALink:     KSAND
  20. Net        ksand@apple.com
  21. CServe:    75300,1331
  22.  
  23. Environment:
  24. MacApp 3.0 final
  25. MPW 3.2 (latest, from ETO#7)
  26. MPW C++ 3.2
  27. MPW C 3.2.2
  28. Link 3.2.1
  29. System 7.0.1 with Tune-up 1.1.1
  30. Quadra 900 with 20Mb of memory (bliss)
  31.